AutoCAD Macros v2018
====================

This set of macros is "unprotected".  PLEASE RESPECT ALL COPYRIGHTS.  Users may edit or freely distribute the software, but not both!

You should unzip and copy them into a working folder of your choice.  eg. c:\program files\autodesk\autocad 2xxx\autocad macros

The macro set includes:

angle2.dvb			Measures angle between selected points			v2018
balloon.dvb			Draws number inside circle				v2018
dash.dvb			Joins consecutive points				v2018
dimension.dvb			Annotates dwg with column size (East x North)		v2018
distance2.dvb			Displays horizontal distance between 2 points		v2018
exportxyz.dvb			Exports selected points to a file			v2018
importxyz.dvb			Imports CSV file					v2018
pointid.dvb			Displays Point ID (X, Y, Z)				v2018
transformation.dvb		Transforms drawing to a user selected grid		v2018 **
vectordevs2011.dvb		Produces Error vector for As-builts			v2011 ++

ExportXYZ is currently being updated to export GSI files.  This is ongoing and may be available in future versions.

++ "VectorDevs2007.exe" does not currently work with AutoCAD 2018
** AutoCAD 2015 onwards no longer supports the Microsoft CommonDialog command.

Lisp Routines:

The following lisp routine, once loaded is run by typing "3DCIRCLE" at the command line.

3dcircle		Draws 3-D circle through 3 points


Creating Macro shortcut buttons
-------------------------------

See "Creating VBA Macro Buttons (2010)" for installation instructions.
http://engineeringsurveyor.com/software/macros/installing%20autocad%20macros.pdf

or watch the YouTube video:
http://www.youtube.com/watch?v=4Qk9g5p45jg&feature=youtu.be


*************************************************************************************************************************************************
NOTE:  AutoCAD 2015 onwards displays a warning message when loading each macro - this is to prevent unauthorised macrios harming your computer
To prevent this error message occuring each time AutoCAD starts, you must add the folder containing the macros to the list of "Trusted Folders":

eg    Tools, Options, Files, Trusted Locations, Browse (to Macro folder), OK

*************************************************************************************************************************************************


(c) Mark Adams
www.engineeringsurveyor.com
September 2016